home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / news < prev    next >
Encoding:
Text File  |  1993-05-04  |  6.2 KB  |  167 lines

  1. __________________________________________________________________________
  2.                      ircII 2.2, 2.2.1, 2.2.2 and 2.2.3
  3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.         READ THIS    READ THIS    READ THIS    READ THIS    READ THIS
  6.         =============================================================
  7.         The most important difference between this version and older
  8.         ones is that the format for  ON SERVER_NOTICE and
  9.         ON PUBLIC has changed.
  10.         Some scripts won't work anymore  (may have strange effects).
  11.  
  12.     Also, for 2.2.3, the characters ^B ^V and ^_ mean different
  13.     things - ^B bold, ^_ for underline, and ^V for inverse.
  14.  
  15. Commands that have changed.
  16.         It is now possible to redirect to a DCC CHAT connection with
  17.                 REDIRECT =nick
  18.         You can have some command executed on the results of USERHOST with
  19.                 USERHOST -CMD command
  20.         You can, and should, use WAIT now with
  21.                 WAIT -CMD command
  22.         You can have ircII create new windows (screen or xterm) with
  23.                 WINDOW CREATE
  24.         The IF and WHILE commands have changed.
  25.     New in 2.2.2
  26.     ON PUBLIC and ON SERVER_NOTICE have changed.
  27.     IGNORE now has CRAP and CTCP levels.
  28.     SERVER has now -DELETE flag.
  29.     news flags -USER and -NAME for LIST -WIDE
  30.  
  31. New commands
  32.         WHICH script - returns which script will be loaded with LOAD
  33.         FOREACH - to iterate over a list.
  34.         TIMER seconds command - executes `command' after `seconds' seconds.
  35.         INPUT "prompt" command - executes `command' when input is read from
  36.                 the keyboard.
  37.         PING nick - uses CTCP PING to work out how many seconds a remote 
  38.                 is from you.
  39.         PARSEKEY key - acts as though a key bound to `key' was pressed.
  40.         SENDLINE line - is the same as typing in the line.
  41.         HOOK line - does an ON HOOK check.
  42.         EVAL line - passes `line' to the inline parser, to be executed.
  43.         CTCP UTC - A time CTCP.
  44.         MLOAD - loads a menu.
  45.     New in 2.2.1
  46.         CTCP ECHO - Similar to CTCP ERRMSG.
  47.         WINDOW LOGFILE - Sets the logfile for that window.
  48.     New in 2.2.2
  49.         XTYPE - Similar to TYPE
  50.     WINDOW NOTIFY_LEVEL
  51.  
  52. New alias variables:
  53.         $W $V $H $U $~
  54.  
  55. New SETable variables
  56.         NO_CTCP_FLOOD
  57.         SHOW_STATUS_ALL
  58.         SCROLL_AFTER_DISPLAY.
  59.         STATUS_USER1-3
  60.         MENU
  61.         HIGHLIGHT_CHAR
  62.         HELP_PROMPT
  63.         HELP_SERVICE
  64.         HELP_PATH
  65.         DCC_BLOCK_SIZE
  66.         LOAD_PATH
  67.         DEBUG
  68.         VERBOSE_CTCP
  69.         SCROLL_BACKWARD
  70.         SCROLL_FORWARD
  71.         SCROLL_END
  72.         TRANSLATION
  73.         BOLD_VIDEO
  74.     New in 2.2.1
  75.         SHOW_WHO_HOPCOUNT
  76.     New in 2.2.2
  77.         NOTIFY_LEVEL 
  78.     XTERM_OPTIONS
  79.     EIGHT_BIT_CHARACTERS
  80.  
  81.     And STATUS_FORMAT has these new variables
  82.         %W %X %Y %B %# %@ %>
  83.  
  84. New/changed on hook's.
  85.         ON DCC_RAW
  86.         ON HOOK
  87.         ON INPUT
  88.         Several of the numeric ON's have changed.
  89.     New in 2.2.1
  90.         ON SERVER_NOTICE   *****  THIS HAS CHANGED  *****
  91.         ON PUBLIC          *****  THIS HAS CHANGED  *****
  92.  
  93. New bindable keys.
  94.         ERASE_TO_BEG_OF_LINE
  95.         REFRESH_INPUTLINE
  96.         META3_CHARACTER
  97.         META4_CHARACTER
  98.  
  99. New functions.
  100.         $ENCODE()
  101.         $DECODE()
  102.         $TDIFF()
  103.         $CONNECT()
  104.         $LISTEN()
  105.         $ISCHANNEL(word)
  106.         $ISCHANOP(nick channel)
  107.         $WORD(number wordlist)
  108.         $WINNUM()
  109.         $WINNAM()
  110.     New in 2.2.2
  111.     $CURPOS()
  112.     $MYCHANNELS(refnum)
  113.     $MYSERVERS()
  114.  
  115. Other
  116.         You can no longer use \n in a line to separate commands.
  117.         Functions are now access with $name().  $%name() is not supported.
  118.         You can access varibles in structures by using struct[index]
  119.           as well as struct.index.
  120.         You can use { } style braces around aliases.
  121.         You can connected to the server via Unix domain sockets.
  122.         The display defaults to OFF while loading a script.
  123.  
  124. __________________________________________________________________________
  125.                              ircII 2.1.5g.tom2
  126. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  127. > Internationalization issues:
  128.   1.  Support for multiple character sets.  See /help SET TRANSLATION.
  129.   2.  Digraph entries.  See /help BIND ENTER_DIGRAPH and /help DIGRAPH.
  130. __________________________________________________________________________
  131.                              ircII 2.1.5      
  132. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  133. > The command /who -h and -s is no more supported.
  134. > Introduced { and } in scripts, see script/finger for an example.
  135. See Also: /help load.
  136. > Behavior of HOLD_MODE has changed, won't hold when you are being active
  137.   in that window. I like it a lot more, it's not so disturbing anymore.
  138. > Away messages are displayed only once, when talking to someone who is away
  139.   unless you /set show_away_once off.
  140. > You don't get disturbed by cryptic but trivial CTCP requests, unless
  141.   you /set verbose_ctcp on.
  142. > Improved handling of process prompts, but INPUT_PROMPT must be set.
  143. > ircII can now load scripts and help files in compressed form.
  144. > All the scripts have been updated and many helpfiles written and
  145. rewritten.  Many bugs have been fixed, support of newer server features
  146. added, this client is already 2.7-capable.
  147.  
  148. > There have been major changes in the command parser. Commands are not
  149. expected to have a leading / unless entered interactively, if you
  150. experience incompatibilities, you will have to add 'say' and 'send'
  151. wherever you have made aliases that send to the channel or query.
  152. See Also: /help ircII programming for this. Also the ';' has a new
  153. meaning as command separator within ALIAS, BIND and ON. You might have
  154. to \escape it.
  155.  
  156. > The good news: Scripts are much more readable and understandable, look
  157. a lot less ugly now  :)   COMMAND_MODE gives command-oriented freaks the
  158. chance to use ircII that way. A special script for MUDders has been added
  159. that emulates an Aber/LPMUD-like environment on irc, without having to
  160. type / before "smile" and allowing "'<text>" for "say" etc.
  161.  
  162. > CTCP ACTION has been implemented which permits you to send descriptions
  163. of actions/'feelings' to other people on channels and even through
  164. queries.  You can use it with /me and the action script.
  165. See Also: 
  166.   LOAD ACTION
  167.